CSharpTest.Net
KeyValueComparer<TKey,TValue> Constructor(IComparer<TKey>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > KeyValueComparer<TKey,TValue> Class > KeyValueComparer<TKey,TValue> Constructor : KeyValueComparer<TKey,TValue> Constructor(IComparer<TKey>)

keyComparer

Glossary Item Box

Creates a key-value comparison with the specified comparer

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal keyComparer As IComparer(Of TKey) _
)
C# 
public KeyValueComparer<TKey,TValue>( 
   IComparer<TKey> keyComparer
)

Parameters

keyComparer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys